home *** CD-ROM | disk | FTP | other *** search
- *------------------------------------------* Page #1
- ( The Jam Editor Command Summary )
- -----------------*------------------------------------------*------------------
- F1 = Save the Current file | SHIFT/F1 = Search Forward
- F2 = Load a File | SHIFT/F2 = Search Backward
- F3 = Goto Top of Buffer | SHIFT/F3 = Query Replace
- F4 = Goto Bottom of Buffer | SHIFT/F4 = Display only one Window
- F5 = Goto Line #X | SHIFT/F5 = Show Screen Column and Row
- F6 = Page Down One Window | SHIFT/F6 = List all Active Buffers
- F7 = Page Up One Window | SHIFT/F7 = Goto Another Buffer
- F8 = Cut a Marked Block | SHIFT/F8 = Kill a Buffer
- F9+F9 = Paste a Block at Cursor | SHIFT/F9 = Repeat Character Many times
- F10 = Quit Editor (With save) | SHIFT/F10 = Quit Editor (Without save)
- ------------------------------------|------------------------------------------
- Backspace = Backspace | SHIFT Backspace = Backspace a word
- Delete = Delete | SHIFT Delete = Delete a word
- Cursor Left = Left | SHIFT Cursor Left = Beginning of Line
- Cursor Right = Right | SHIFT Cursor Right = End of Line
- Cursor Up = Up | SHIFT Cursor Up = Page Up
- Cursor Down = Down | SHIFT Cur.Down = Page Down Page #2
- -------------------------------------------------------------------------------
-
- COMMAND Action Generated
- ------- ----------------
-
- <CTRL + @> = Set Mark at current position.
- <CTRL + A> = Move cursor to beginning of line.
- <CTRL + B> = Move cursor BACK one character.
- <CTRL + C> = Enter a new CLI window (in Jed).
- <CTRL + D> = DELETE current character.
- <CTRL + E> = Move cursor to END of line.
- <CTRL + F> = Move cursor FORWARD one character.
- <CTRL + G> = Abort any command.
- <CTRL + H> = (Backspace) delete previous character.
- <CTRL + I> = Insert a TAB char or TAB number of spaces
- <CTRL + K> = KILL (delete) to end of line.
- <CTRL + L> = Redisplay screen.(CLEAN UP if garbage)
- <CTRL + M> = End current line and start a new one.
- <CTRL + N> = Move cursor to NEXT line. Page #3
- <CTRL + O> = OPEN a new line.
- <CTRL + P> = Move to PREVIOUS line.
- <CTRL + Q> = QUOTE (insert the next character typed).
- <CTRL + R> = REVERSE Search.
- <CTRL + S> = Forward SEARCH.
- <CTRL + T> = TRANSPOSE character under cursor and Previous character.
- <CTRL + U> = Enter repeat count for next command.
- <CTRL + V> = VIEW the next screen (scroll up one screen).
- <CTRL + W> = Kill region (all text between cursor and last mark set).
- <CTRL + Y> = YANK (undelete) last text killed (deleted).
- <CTRL + Z> = Save file in current buffer and exit.
-
- -------------------------------------------------------------------------------
-
- <CTRL + X> + ! = Deleted due to Guru problems - was Paragraph fill.
- <CTRL + X> + = = Show the cursor position on the current screen.
- <CTRL + X> + ( = Begin keyboard Macro.
- <CTRL + X> + ) = End keyboard Macro.
- <CTRL + X> + 1 = Display only current window. Page #4
- <CTRL + X> + 2 = Split the current window.
- <CTRL + X> + B = Prompt for new BUFFER.
- <CTRL + X> + E = EXECUTE keyboard Macro.
- <CTRL + X> + I = Toggle the Auto Indentation Mode.
- <CTRL + X> + K = KILL a Bufffer.
- <CTRL + X> + N = Move to NEXT Onscreen window.
- <CTRL + X> + P = Move to PREVIOUS Onscreen window.
- <CTRL + X> + T = Toggle word wrap.
- <CTRL + X> + Z = Enlarge current window by repete count <CTRL+U> lines.
-
- -------------------------------------------------------------------------------
-
- <CTRL+X> + <CTRL+B> = Show active BUFFERS.
- <CTRL+X> + <CTRL+C> = EXIT without saving buffers.
- <CTRL+X> + <CTRL+F> = FIX a new BUFFER NAME.
- <CTRL+X> + <CTRL+L> = Change a region to LOWER case.
- <CTRL+X> + <CTRL+O> = Take OUT blank lines.
- <CTRL+X> + <CTRL+N> = Scroll current window up by repete count lines.
- <CTRL+X> + <CTRL+P> = Scroll Window Up (Repete Count) Lines. Page #5
- <CTRL+X> + <CTRL+R> = READ File into Current Buffer.
- <CTRL+X> + <CTRL+S> = SAVE (write) Current Buffer into it's file.
- <CTRL+X> + <CTRL+U> = Change a region to UPPER case.
- <CTRL+X> + <CTRL+V> = VISIT a file. Read file and Display in Current Window.
- <CTRL+X> + <CTRL+W> = WRITE buffer to file.
- <CTRL+X> + <CTRL+X> = Swap [Block Mark] & [Cursor Position].
- <CTRL+X> + <CTRL+Z> = Reduce current window by (Repete Count) lines.
-
- -------------------------------------------------------------------------------
- <DEL> Delete Previous Character.
- -------------------------------------------------------------------------------
-
- <ALT> + ! = Move Current Line (Repeat Count) Lines from Top of Window.
- <ALT> + % = Query Replace.
- <ALT> + . = Set mark at cursor position
- <ALT> + > = Move cursor to end of buffer.
- <ALT> + < = Move cursor to beginning of buffer.
- <ALT> + B = Move cursor BACK one word.
- <ALT> + C = CAPITALIZE word. Page #6
- <ALT> + D = DELETE next word.
- <ALT> + E = EXECUTE a Keyboard Macro
- <ALT> + <DEL> = DELETE previous word.
- <ALT> + F = Move cursor FORWARD one word.
- <ALT> + L = LOWERCASE (lowercase) next word.
- (ALT> + M = MOVE to a specified Line Number Page #6
- <ALT> + Q = QUEUE up a one CLI Command and return to JED.
- <ALT> + U = Change next word to UPPERCASE.
- <ALT> + V = VIEW the previous screen (scroll down one screen).
- <ALT> + W = WACK a block out of the file to the KillBuffer.
- <ALT> + Y = YANK a Block out of the KillBuffer to the Current file.
- <ALT> + <CTRL+H> = Delete backward word.
-
- -------------------------------------------------------------------------------
-
- *-----------------------------------*
- ( Making a Keyboard Overlay )
- *-----------------------------------*
- Page #7
- When you begin to use Jed, the following keymap may prove helpful. You can
- print it out, then cut it out, and then put on your keyboard as an overlay!
- To Print the Keyboard Overlay, Press RIGHT MENUBUTTON Here -> X
-
- *--------------*--------*--------*-------*--------*-------------------
- |The Jam Editor| F1 | F2 | F3 | F4 | F5 | Over |
- |--------------|--------|--------|-------|--------|---------|---------
- | Function Key | Save | Load | TOF | EOF |GotoLine | Lapped |
- |SFT/Funct Key |Search->|Search<-|Query->|1 Window|Col/Row | Area |
- *--------------*--------*--------*-------*--------*-------------------
-
- *-----------*---------*---------*-------*-----------*
- | F6 | F7 | F8 | F9 | F10 |
- |-----------|---------|---------|-------|-----------|
- | Page Down | Page Up |Cut Block| Paste |Quit & Save|
- | List Bufs.|Other Buf|Kill Buf.| Repeat| Quit Only |
- *-----------*---------*---------*-------*-----------*
-
- X <- Place cursor here (with the LEFT SELECT BUTTON), and Page #8
- use PRINT BLOCK from the PROJECT MENU to print out the overlay.
- Then cut it out along the dotted lines. Overlap the 2nd piece
- (with F6 thru F10 on it) over the right edge of the 1st piece
- (with F1 thru F5 on it), and place above Your Function keys.
- -------------------------------------------------------------------------------
-
-
-
- *--------------------------------------------*
- ( Happy Jam Editing - From Dan Burris )
- *--------------------------------------------*
-
-
-